home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clinical Endocrinology
/
Clinical Endocrinology.iso
/
mac
/
00000000
/
Pages.dir
/
00002_Script_2
< prev
next >
Wrap
Text File
|
1995-11-09
|
426b
|
24 lines
on showPagesText
global grabbedText
tell the stage
grabTextPages
end tell
put grabbedText into field 9
end showPagesText
---------------------------------
on copyTextToClip
if the selection = EMPTY then
alert "Please select some text"
else
put the selection into field "Clipboard Field"
copyToClipBoard cast "Clipboard Field"
end if
end copyTextToClip